home *** CD-ROM | disk | FTP | other *** search
/ An Introduction to Progr…l Basic 6.0 (4th Edition) / An Introduction to Programming using Visual Basic 6.0.iso / IE4 / IEJAVA.CAB / com / ms / ie / ShellWindowFindWindowOptions.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-03-10  |  312 b   |  8 lines

  1. package com.ms.ie;
  2.  
  3. public interface ShellWindowFindWindowOptions {
  4.    int SWFO_NEEDDISPATCH = 1;
  5.    int SWFO_INCLUDEPENDING = 2;
  6.    int SWFO_COOKIEPASSED = 4;
  7. }
  8.